Port term.el's terminfo machinery to Android
authorPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 08:21:55 +0000 (16:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 08:21:55 +0000 (16:21 +0800)
commitf66341a13be57bec6c89f75d26444b42ca3f1ecf
treea46e473975487dfc31f79a7c5ed6adcda0d950a3
parent9c9afd5235782bd987dea12ab89fd91e661ec89e
Port term.el's terminfo machinery to Android

* lisp/term.el (term-generate-db-directory): New function.  Copy
/assets/etc/e to the cache directory, on Android, and return the
same.
(term-exec-1): Call term-generate-db-directory in place of
data-directory.
lisp/term.el